
body{
	background-image:url('bg.jpg');
	padding:0px;
	margin:0px;
}
.siconh{
	color:white;
	background-color:#295599;
	border-radius:30px;
	height:30px;
	width:30px;
	text-align:center;
	border:none;
	line-height:30px;
	transition:1.4s;
}
.siconh:hover{
	color:color;
	background-color:red;
	border-radius:30px;
	height:30px;
	width:30px;
	text-align:center;
	border:none;
	line-height:30px;
transition:1.4s;
transform:rotatey(360deg);	
}

/*.navheight{
	height:70px;
}
*/
.carouselbottom{
	
	position:relative;
	bottom:18px;
	
	
}
.imgg{
	
	position:relative;
	bottom:12px;
	
}

.panelhvr{
	
	transition:1.2s;
	
}

.panelhvr:hover{
	
	transition:.2s;
	transform:scale(1.1);
}

.adecoration{
	font-weight:bolder;
	transition:2s;
}
.adecoration:hover{
	text-decoration:none;
	transition:.5s;
	transform:scale(1.1);
}
.navbar-default{
	
	background-color:#337AB7;
	border:none;
}

.ql{
	
	color:#888888;
	transition:1s;
	font-size:14px;
}

.ql:hover{
	color:red;
	transition:1s;
	transform:rotatey(360deg);
}

.dropdown-menu{
	
	background-color:#1D6A8E;
	border-radius:10px;
	
}
.dropdown-menu>li>a{
color:#6ADCF5;
width:20%;
transition:.1s;
}	

.divider{
	
	border:0.5px solid #16516D;
	width:98%;
}

.dropdown-menu>li>a:hover{
	
	color:white ;
	background: linear-gradient(#6EDFFA,#38A4D8,#1B6589,#103D52,#09202B);
	width:100%;
	transition:.6s;
	
}

.navbar{
	background-color:#337AB7;
}


.dropdown-menu{
	background-color:black;
	opacity:0.9;
}

.dropdown-menu>ol>li>a{
	opacity:1;
}

.headerr{
	
	font-size:80px;
	font-family:calibri
	
}
.well{
	
	border-radius:0px;
}
.input{
	
	height:50px;
	border-radius:0px;
	color:#337AB7;
	font-family:calibri;
	font-size:16px;
}

.row_margin_top{
	margin-top:20px;
}





input[type=file]
{
	
width:0px;
height:0px;
position:relative;
z-index:0;
overflow:hidden;
opacity:0;


}
label[for=file]
{
	width:100%;
	
	border:1px solid #CCCCCC;
	height:34px;
	line-height:34px;
	display:block;
	text-align:center;
	background-color:#2F73AA;
	color:white;
	font-weight:normal;
	font-family:calibri;
	font-size:20px;
}

label[for=file]:hover{
	background-color:#6BA6D6;
	
}

.submit{
	
	width:40%;
	height:45px;
	font-family:calibri;
	font-size:20px;
}